home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 9
/
El Mac 9.iso
/
Shareware
/
Applications
/
Charting Coach v1.5
/
Charting Coach v1.dxr
/
00270.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-08
|
242 b
|
15 lines
on mouseUp
cursor(4)
if the doubleClick then
exit
end if
set y to the mouseV
set x to the mouseH
if (x < 350) and (x > 267) then
if (y > 329) and (y < 346) then
resetMonthlyDays()
end if
end if
cursor(0)
end